Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / Bounds Property

In This Topic
    Bounds Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the element's bounds (size and location) within its parent element, in pixels.
    Syntax
    'Declaration
     
    
    Public Property Bounds As Rectangle
    public Rectangle Bounds {get; set;}
    See Also